Window.Graphics

Read-Only
Provides access to all the Graphics methods for drawing into the window. Whatever objects are drawn using the Graphics methods are drawn after the Backdrop image is drawn, in a separate layer.

Syntax

Graphics( Graphics ) as


Parameters

Graphics


Notes

This allows you to overlay objects on top of the Backdrop image.